home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NetWarmer / source / Miscellany.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-27  |  581 b   |  29 lines  |  [TEXT/KAHL]

  1. /* Miscellany.h */
  2.  
  3. extern Boolean        errorFlag;
  4.  
  5. /*----------*/
  6. void    Acknowledge    (short        alertID);
  7. Boolean    Confirm        (short        alertID);
  8.  
  9. Boolean    CheckOS        (OSErr        resultCode);
  10. Boolean    FileExists    (Str255        fName,
  11.                      short        vRefNum);
  12. Boolean    CreateFile    (SFReply    *sfInfo,
  13.                      Str255        prompt,
  14.                      Str255        suggestion,
  15.                      OSType        creator,
  16.                      OSType        fileType);
  17.  
  18. void    ScaleWindow    (WindowPtr    Window,
  19.                      Boolean    scaleSize);
  20.  
  21. void    DrawClippedGrow (short    x,
  22.                          short    y);
  23.  
  24. void    DoRadioMenu    (MenuHandle    menu,
  25.                      short        firstItem,
  26.                      short        lastItem,
  27.                      short        itemNr);
  28.  
  29.